Skip to main content

API results limited to `100`

Beginning December 1, 2023, the Administrative API v2 and v3 will expect you to limit all "list" or GET API methods to 100 results per API request. This limit enhances the efficiency and stability of our services. If you need to handle more than 100 results, then use the limit and offset query parameters to paginate those results; otherwise, you will receive an error.

This maximum limit applies to multi-tenant instances only, and does not apply to single tenant instances.

Refer to the API v3 Pagination or API v2 Pagination sections for more information on how to paginate your API responses.

0